projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d35e5c1
)
(xcharset): Fix the treating $arg0.
author
Kenichi Handa
<handa@m17n.org>
Tue, 7 Jul 2009 06:25:45 +0000
(06:25 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 7 Jul 2009 06:25:45 +0000
(06:25 +0000)
src/.gdbinit
patch
|
blob
|
history
diff --git
a/src/.gdbinit
b/src/.gdbinit
index fc2ad81702863c2f67743a00e3eb744aa82e0ff7..5c7e6d8e5259fcf894fa60b60298c014b2345d28 100644
(file)
--- a/
src/.gdbinit
+++ b/
src/.gdbinit
@@
-1009,7
+1009,7
@@
end
define xcharset
set $tmp = (struct Lisp_Hash_Table *) ((Vcharset_hash_table & $valmask) | gdb_data_seg_bits)
set $tmp = (struct Lisp_Vector *) (($tmp->key_and_value & $valmask) | gdb_data_seg_bits)
- p $tmp->contents[
$arg0->
hash_index * 2]
+ p $tmp->contents[
charset_table[$arg0].
hash_index * 2]
pr
end
document xcharset